home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
APDL Eductation Resources
/
APDL Eductation Resources.iso
/
earthmap
/
_earthmap
/
maps
/
getpar
/
h
/
fastpar
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1989-04-01
|
228 b
|
10 lines
/* added timestamp 3-8-86 stew */
typedef struct hash_dummy {
struct hash_dummy *next;
char *tag; int tlen;
char *val; int vlen;
int timestamp;
} hash_item;
typedef union { int *i; float *f; double *g ; char *s; } MIXED;